[INFO] fetching crate oam-schema 0.3.0...
[INFO] fixing oam-schema-0.3.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate oam-schema 0.3.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate oam-schema 0.3.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate oam-schema 0.3.0
[INFO] tweaked toml for crates.io crate oam-schema 0.3.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate oam-schema 0.3.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate oam-schema 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7257b1bb52752428e920323b779023a8cb13f1678e8116f06dc3c6104f248a8b
[INFO] running `Command { std: "docker" "start" "7257b1bb52752428e920323b779023a8cb13f1678e8116f06dc3c6104f248a8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7257b1bb52752428e920323b779023a8cb13f1678e8116f06dc3c6104f248a8b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7257b1bb52752428e920323b779023a8cb13f1678e8116f06dc3c6104f248a8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7257b1bb52752428e920323b779023a8cb13f1678e8116f06dc3c6104f248a8b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking syn v2.0.114
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking oam-schema v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `roam_schema`
[INFO] [stdout]  --> tests/unit/schema_derive_test.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use roam_schema::LlmSchema;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `roam_schema`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use roam_schema::LlmSchema;
[INFO] [stdout] 6 + use oam_schema::LlmSchema;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `llm_schema` found for struct `MockOrganization` in the current scope
[INFO] [stdout]   --> tests/unit/schema_derive_test.rs:27:36
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct MockOrganization {
[INFO] [stdout]    | ----------------------- associated function or constant `llm_schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     let schema = MockOrganization::llm_schema();
[INFO] [stdout]    |                                    ^^^^^^^^^^ associated function or constant not found in `MockOrganization`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `llm_schema` found for struct `MockOrganization` in the current scope
[INFO] [stdout]   --> tests/unit/schema_derive_test.rs:53:36
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct MockOrganization {
[INFO] [stdout]    | ----------------------- associated function or constant `llm_schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 53 |     let schema = MockOrganization::llm_schema();
[INFO] [stdout]    |                                    ^^^^^^^^^^ associated function or constant not found in `MockOrganization`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `llm_schema` found for struct `MockOrganization` in the current scope
[INFO] [stdout]   --> tests/unit/schema_derive_test.rs:62:40
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct MockOrganization {
[INFO] [stdout]    | ----------------------- associated function or constant `llm_schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 62 |     let org_schema = MockOrganization::llm_schema();
[INFO] [stdout]    |                                        ^^^^^^^^^^ associated function or constant not found in `MockOrganization`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `llm_schema` found for struct `MockUser` in the current scope
[INFO] [stdout]   --> tests/unit/schema_derive_test.rs:63:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | struct MockUser {
[INFO] [stdout]    | --------------- associated function or constant `llm_schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 63 |     let user_schema = MockUser::llm_schema();
[INFO] [stdout]    |                                 ^^^^^^^^^^ associated function or constant not found in `MockUser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `llm_schema` found for struct `MockOrganization` in the current scope
[INFO] [stdout]   --> tests/unit/schema_derive_test.rs:82:36
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct MockOrganization {
[INFO] [stdout]    | ----------------------- associated function or constant `llm_schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 82 |     let schema = MockOrganization::llm_schema();
[INFO] [stdout]    |                                    ^^^^^^^^^^ associated function or constant not found in `MockOrganization`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `oam-schema` (test "unit") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "7257b1bb52752428e920323b779023a8cb13f1678e8116f06dc3c6104f248a8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7257b1bb52752428e920323b779023a8cb13f1678e8116f06dc3c6104f248a8b", kill_on_drop: false }`
[INFO] [stdout] 7257b1bb52752428e920323b779023a8cb13f1678e8116f06dc3c6104f248a8b
